3.3.7 \(\int \frac {x^2 (a+b \text {arccosh}(c x))^2}{(d-c^2 d x^2)^{3/2}} \, dx\) [207]

3.3.7.1 Optimal result
3.3.7.2 Mathematica [A] (warning: unable to verify)
3.3.7.3 Rubi [C] (verified)
3.3.7.4 Maple [B] (verified)
3.3.7.5 Fricas [F]
3.3.7.6 Sympy [F]
3.3.7.7 Maxima [F]
3.3.7.8 Giac [F]
3.3.7.9 Mupad [F(-1)]

3.3.7.1 Optimal result

Integrand size = 29, antiderivative size = 257 \[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}+\frac {\sqrt {-1+c x} \sqrt {1+c x} (a+b \text {arccosh}(c x))^2}{c^3 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {-1+c x} \sqrt {1+c x} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}-\frac {2 b \sqrt {-1+c x} \sqrt {1+c x} (a+b \text {arccosh}(c x)) \log \left (1-e^{2 \text {arccosh}(c x)}\right )}{c^3 d \sqrt {d-c^2 d x^2}}-\frac {b^2 \sqrt {-1+c x} \sqrt {1+c x} \operatorname {PolyLog}\left (2,e^{2 \text {arccosh}(c x)}\right )}{c^3 d \sqrt {d-c^2 d x^2}} \]

output
x*(a+b*arccosh(c*x))^2/c^2/d/(-c^2*d*x^2+d)^(1/2)+(a+b*arccosh(c*x))^2*(c* 
x-1)^(1/2)*(c*x+1)^(1/2)/c^3/d/(-c^2*d*x^2+d)^(1/2)-1/3*(a+b*arccosh(c*x)) 
^3*(c*x-1)^(1/2)*(c*x+1)^(1/2)/b/c^3/d/(-c^2*d*x^2+d)^(1/2)-2*b*(a+b*arcco 
sh(c*x))*ln(1-(c*x+(c*x-1)^(1/2)*(c*x+1)^(1/2))^2)*(c*x-1)^(1/2)*(c*x+1)^( 
1/2)/c^3/d/(-c^2*d*x^2+d)^(1/2)-b^2*polylog(2,(c*x+(c*x-1)^(1/2)*(c*x+1)^( 
1/2))^2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/c^3/d/(-c^2*d*x^2+d)^(1/2)
 
3.3.7.2 Mathematica [A] (warning: unable to verify)

Time = 2.12 (sec) , antiderivative size = 270, normalized size of antiderivative = 1.05 \[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\frac {3 a^2 c d x+3 a^2 \sqrt {d} \sqrt {d-c^2 d x^2} \arctan \left (\frac {c x \sqrt {d-c^2 d x^2}}{\sqrt {d} \left (-1+c^2 x^2\right )}\right )+3 a b d \left (2 c x \text {arccosh}(c x)-\sqrt {\frac {-1+c x}{1+c x}} (1+c x) \left (\text {arccosh}(c x)^2+2 \log \left (\sqrt {\frac {-1+c x}{1+c x}} (1+c x)\right )\right )\right )-b^2 d \left (\text {arccosh}(c x) \left (-3 c x \text {arccosh}(c x)+\sqrt {\frac {-1+c x}{1+c x}} (1+c x) \left (\text {arccosh}(c x) (3+\text {arccosh}(c x))+6 \log \left (1-e^{-2 \text {arccosh}(c x)}\right )\right )\right )-3 \sqrt {\frac {-1+c x}{1+c x}} (1+c x) \operatorname {PolyLog}\left (2,e^{-2 \text {arccosh}(c x)}\right )\right )}{3 c^3 d^2 \sqrt {d-c^2 d x^2}} \]

input
Integrate[(x^2*(a + b*ArcCosh[c*x])^2)/(d - c^2*d*x^2)^(3/2),x]
 
output
(3*a^2*c*d*x + 3*a^2*Sqrt[d]*Sqrt[d - c^2*d*x^2]*ArcTan[(c*x*Sqrt[d - c^2* 
d*x^2])/(Sqrt[d]*(-1 + c^2*x^2))] + 3*a*b*d*(2*c*x*ArcCosh[c*x] - Sqrt[(-1 
 + c*x)/(1 + c*x)]*(1 + c*x)*(ArcCosh[c*x]^2 + 2*Log[Sqrt[(-1 + c*x)/(1 + 
c*x)]*(1 + c*x)])) - b^2*d*(ArcCosh[c*x]*(-3*c*x*ArcCosh[c*x] + Sqrt[(-1 + 
 c*x)/(1 + c*x)]*(1 + c*x)*(ArcCosh[c*x]*(3 + ArcCosh[c*x]) + 6*Log[1 - E^ 
(-2*ArcCosh[c*x])])) - 3*Sqrt[(-1 + c*x)/(1 + c*x)]*(1 + c*x)*PolyLog[2, E 
^(-2*ArcCosh[c*x])]))/(3*c^3*d^2*Sqrt[d - c^2*d*x^2])
 
3.3.7.3 Rubi [C] (verified)

Result contains complex when optimal does not.

Time = 1.27 (sec) , antiderivative size = 199, normalized size of antiderivative = 0.77, number of steps used = 13, number of rules used = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.414, Rules used = {6349, 25, 6307, 6327, 6328, 3042, 26, 4199, 25, 2620, 2715, 2838}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx\)

\(\Big \downarrow \) 6349

\(\displaystyle -\frac {2 b \sqrt {c x-1} \sqrt {c x+1} \int -\frac {x (a+b \text {arccosh}(c x))}{(1-c x) (c x+1)}dx}{c d \sqrt {d-c^2 d x^2}}-\frac {\int \frac {(a+b \text {arccosh}(c x))^2}{\sqrt {d-c^2 d x^2}}dx}{c^2 d}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 25

\(\displaystyle \frac {2 b \sqrt {c x-1} \sqrt {c x+1} \int \frac {x (a+b \text {arccosh}(c x))}{(1-c x) (c x+1)}dx}{c d \sqrt {d-c^2 d x^2}}-\frac {\int \frac {(a+b \text {arccosh}(c x))^2}{\sqrt {d-c^2 d x^2}}dx}{c^2 d}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 6307

\(\displaystyle \frac {2 b \sqrt {c x-1} \sqrt {c x+1} \int \frac {x (a+b \text {arccosh}(c x))}{(1-c x) (c x+1)}dx}{c d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 6327

\(\displaystyle \frac {2 b \sqrt {c x-1} \sqrt {c x+1} \int \frac {x (a+b \text {arccosh}(c x))}{1-c^2 x^2}dx}{c d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 6328

\(\displaystyle -\frac {2 b \sqrt {c x-1} \sqrt {c x+1} \int \frac {c x (a+b \text {arccosh}(c x))}{\sqrt {\frac {c x-1}{c x+1}} (c x+1)}d\text {arccosh}(c x)}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {2 b \sqrt {c x-1} \sqrt {c x+1} \int -i (a+b \text {arccosh}(c x)) \tan \left (i \text {arccosh}(c x)+\frac {\pi }{2}\right )d\text {arccosh}(c x)}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 26

\(\displaystyle \frac {2 i b \sqrt {c x-1} \sqrt {c x+1} \int (a+b \text {arccosh}(c x)) \tan \left (i \text {arccosh}(c x)+\frac {\pi }{2}\right )d\text {arccosh}(c x)}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 4199

\(\displaystyle \frac {2 i b \sqrt {c x-1} \sqrt {c x+1} \left (2 i \int -\frac {e^{2 \text {arccosh}(c x)} (a+b \text {arccosh}(c x))}{1-e^{2 \text {arccosh}(c x)}}d\text {arccosh}(c x)-\frac {i (a+b \text {arccosh}(c x))^2}{2 b}\right )}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 25

\(\displaystyle \frac {2 i b \sqrt {c x-1} \sqrt {c x+1} \left (-2 i \int \frac {e^{2 \text {arccosh}(c x)} (a+b \text {arccosh}(c x))}{1-e^{2 \text {arccosh}(c x)}}d\text {arccosh}(c x)-\frac {i (a+b \text {arccosh}(c x))^2}{2 b}\right )}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 2620

\(\displaystyle \frac {2 i b \sqrt {c x-1} \sqrt {c x+1} \left (-2 i \left (\frac {1}{2} b \int \log \left (1-e^{2 \text {arccosh}(c x)}\right )d\text {arccosh}(c x)-\frac {1}{2} \log \left (1-e^{2 \text {arccosh}(c x)}\right ) (a+b \text {arccosh}(c x))\right )-\frac {i (a+b \text {arccosh}(c x))^2}{2 b}\right )}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 2715

\(\displaystyle \frac {2 i b \sqrt {c x-1} \sqrt {c x+1} \left (-2 i \left (\frac {1}{4} b \int e^{-2 \text {arccosh}(c x)} \log \left (1-e^{2 \text {arccosh}(c x)}\right )de^{2 \text {arccosh}(c x)}-\frac {1}{2} \log \left (1-e^{2 \text {arccosh}(c x)}\right ) (a+b \text {arccosh}(c x))\right )-\frac {i (a+b \text {arccosh}(c x))^2}{2 b}\right )}{c^3 d \sqrt {d-c^2 d x^2}}+\frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

\(\Big \downarrow \) 2838

\(\displaystyle \frac {x (a+b \text {arccosh}(c x))^2}{c^2 d \sqrt {d-c^2 d x^2}}+\frac {2 i b \sqrt {c x-1} \sqrt {c x+1} \left (-2 i \left (-\frac {1}{2} \log \left (1-e^{2 \text {arccosh}(c x)}\right ) (a+b \text {arccosh}(c x))-\frac {1}{4} b \operatorname {PolyLog}\left (2,e^{2 \text {arccosh}(c x)}\right )\right )-\frac {i (a+b \text {arccosh}(c x))^2}{2 b}\right )}{c^3 d \sqrt {d-c^2 d x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} (a+b \text {arccosh}(c x))^3}{3 b c^3 d \sqrt {d-c^2 d x^2}}\)

input
Int[(x^2*(a + b*ArcCosh[c*x])^2)/(d - c^2*d*x^2)^(3/2),x]
 
output
(x*(a + b*ArcCosh[c*x])^2)/(c^2*d*Sqrt[d - c^2*d*x^2]) - (Sqrt[-1 + c*x]*S 
qrt[1 + c*x]*(a + b*ArcCosh[c*x])^3)/(3*b*c^3*d*Sqrt[d - c^2*d*x^2]) + ((2 
*I)*b*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*(((-1/2*I)*(a + b*ArcCosh[c*x])^2)/b - 
(2*I)*(-1/2*((a + b*ArcCosh[c*x])*Log[1 - E^(2*ArcCosh[c*x])]) - (b*PolyLo 
g[2, E^(2*ArcCosh[c*x])])/4)))/(c^3*d*Sqrt[d - c^2*d*x^2])
 

3.3.7.3.1 Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 26
Int[(Complex[0, a_])*(Fx_), x_Symbol] :> Simp[(Complex[Identity[0], a])   I 
nt[Fx, x], x] /; FreeQ[a, x] && EqQ[a^2, 1]
 

rule 2620
Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/ 
((a_) + (b_.)*((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp 
[((c + d*x)^m/(b*f*g*n*Log[F]))*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x] - Si 
mp[d*(m/(b*f*g*n*Log[F]))   Int[(c + d*x)^(m - 1)*Log[1 + b*((F^(g*(e + f*x 
)))^n/a)], x], x] /; FreeQ[{F, a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]
 

rule 2715
Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] 
:> Simp[1/(d*e*n*Log[F])   Subst[Int[Log[a + b*x]/x, x], x, (F^(e*(c + d*x) 
))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]
 

rule 2838
Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2 
, (-c)*e*x^n]/n, x] /; FreeQ[{c, d, e, n}, x] && EqQ[c*d, 1]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4199
Int[((c_.) + (d_.)*(x_))^(m_.)*tan[(e_.) + Pi*(k_.) + (Complex[0, fz_])*(f_ 
.)*(x_)], x_Symbol] :> Simp[(-I)*((c + d*x)^(m + 1)/(d*(m + 1))), x] + Simp 
[2*I   Int[((c + d*x)^m*(E^(2*((-I)*e + f*fz*x))/(1 + E^(2*((-I)*e + f*fz*x 
))/E^(2*I*k*Pi))))/E^(2*I*k*Pi), x], x] /; FreeQ[{c, d, e, f, fz}, x] && In 
tegerQ[4*k] && IGtQ[m, 0]
 

rule 6307
Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)/Sqrt[(d_) + (e_.)*(x_)^2], x_ 
Symbol] :> Simp[(1/(b*c*(n + 1)))*Simp[Sqrt[1 + c*x]*(Sqrt[-1 + c*x]/Sqrt[d 
 + e*x^2])]*(a + b*ArcCosh[c*x])^(n + 1), x] /; FreeQ[{a, b, c, d, e, n}, x 
] && EqQ[c^2*d + e, 0] && NeQ[n, -1]
 

rule 6327
Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_.)*((d1_) + ( 
e1_.)*(x_))^(p_.)*((d2_) + (e2_.)*(x_))^(p_.), x_Symbol] :> Int[(f*x)^m*(d1 
*d2 + e1*e2*x^2)^p*(a + b*ArcCosh[c*x])^n, x] /; FreeQ[{a, b, c, d1, e1, d2 
, e2, f, m, n}, x] && EqQ[d2*e1 + d1*e2, 0] && IntegerQ[p]
 

rule 6328
Int[(((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_))/((d_) + (e_.)*(x_)^2), 
 x_Symbol] :> Simp[1/e   Subst[Int[(a + b*x)^n*Coth[x], x], x, ArcCosh[c*x] 
], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[c^2*d + e, 0] && IGtQ[n, 0]
 

rule 6349
Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d_) + (e_ 
.)*(x_)^2)^(p_), x_Symbol] :> Simp[f*(f*x)^(m - 1)*(d + e*x^2)^(p + 1)*((a 
+ b*ArcCosh[c*x])^n/(2*e*(p + 1))), x] + (-Simp[f^2*((m - 1)/(2*e*(p + 1))) 
   Int[(f*x)^(m - 2)*(d + e*x^2)^(p + 1)*(a + b*ArcCosh[c*x])^n, x], x] - S 
imp[b*f*(n/(2*c*(p + 1)))*Simp[(d + e*x^2)^p/((1 + c*x)^p*(-1 + c*x)^p)] 
Int[(f*x)^(m - 1)*(1 + c*x)^(p + 1/2)*(-1 + c*x)^(p + 1/2)*(a + b*ArcCosh[c 
*x])^(n - 1), x], x]) /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[c^2*d + e, 0] 
&& GtQ[n, 0] && LtQ[p, -1] && IGtQ[m, 1]
 
3.3.7.4 Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(737\) vs. \(2(255)=510\).

Time = 1.09 (sec) , antiderivative size = 738, normalized size of antiderivative = 2.87

method result size
default \(\frac {a^{2} x}{c^{2} d \sqrt {-c^{2} d \,x^{2}+d}}-\frac {a^{2} \arctan \left (\frac {\sqrt {c^{2} d}\, x}{\sqrt {-c^{2} d \,x^{2}+d}}\right )}{c^{2} d \sqrt {c^{2} d}}+\frac {b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )^{3}}{3 d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )^{2}}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \operatorname {arccosh}\left (c x \right )^{2} x}{d^{2} c^{2} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right ) \ln \left (1+c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {polylog}\left (2, -c x -\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right ) \ln \left (1-c x -\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {polylog}\left (2, c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )^{2}}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {2 a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {2 a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \operatorname {arccosh}\left (c x \right ) x}{d^{2} c^{2} \left (c^{2} x^{2}-1\right )}+\frac {2 a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \ln \left (\left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )^{2}-1\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}\) \(738\)
parts \(\frac {a^{2} x}{c^{2} d \sqrt {-c^{2} d \,x^{2}+d}}-\frac {a^{2} \arctan \left (\frac {\sqrt {c^{2} d}\, x}{\sqrt {-c^{2} d \,x^{2}+d}}\right )}{c^{2} d \sqrt {c^{2} d}}+\frac {b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )^{3}}{3 d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )^{2}}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \operatorname {arccosh}\left (c x \right )^{2} x}{d^{2} c^{2} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right ) \ln \left (1+c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {polylog}\left (2, -c x -\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right ) \ln \left (1-c x -\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {2 b^{2} \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {polylog}\left (2, c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}+\frac {a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )^{2}}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {2 a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \operatorname {arccosh}\left (c x \right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}-\frac {2 a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \operatorname {arccosh}\left (c x \right ) x}{d^{2} c^{2} \left (c^{2} x^{2}-1\right )}+\frac {2 a b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \ln \left (\left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )^{2}-1\right )}{d^{2} c^{3} \left (c^{2} x^{2}-1\right )}\) \(738\)

input
int(x^2*(a+b*arccosh(c*x))^2/(-c^2*d*x^2+d)^(3/2),x,method=_RETURNVERBOSE)
 
output
a^2*x/c^2/d/(-c^2*d*x^2+d)^(1/2)-a^2/c^2/d/(c^2*d)^(1/2)*arctan((c^2*d)^(1 
/2)*x/(-c^2*d*x^2+d)^(1/2))+1/3*b^2*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/2)*( 
c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*arccosh(c*x)^3-b^2*(-d*(c^2*x^2-1))^(1/2) 
*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*arccosh(c*x)^2-b^2*(-d*(c 
^2*x^2-1))^(1/2)*arccosh(c*x)^2/d^2/c^2/(c^2*x^2-1)*x+2*b^2*(-d*(c^2*x^2-1 
))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*arccosh(c*x)*ln(1 
+c*x+(c*x-1)^(1/2)*(c*x+1)^(1/2))+2*b^2*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/ 
2)*(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*polylog(2,-c*x-(c*x-1)^(1/2)*(c*x+1)^ 
(1/2))+2*b^2*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c^3/(c 
^2*x^2-1)*arccosh(c*x)*ln(1-c*x-(c*x-1)^(1/2)*(c*x+1)^(1/2))+2*b^2*(-d*(c^ 
2*x^2-1))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*polylog(2, 
c*x+(c*x-1)^(1/2)*(c*x+1)^(1/2))+a*b*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/2)* 
(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*arccosh(c*x)^2-2*a*b*(-d*(c^2*x^2-1))^(1 
/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*arccosh(c*x)-2*a*b*(-d 
*(c^2*x^2-1))^(1/2)*arccosh(c*x)/d^2/c^2/(c^2*x^2-1)*x+2*a*b*(-d*(c^2*x^2- 
1))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d^2/c^3/(c^2*x^2-1)*ln((c*x+(c*x-1)^ 
(1/2)*(c*x+1)^(1/2))^2-1)
 
3.3.7.5 Fricas [F]

\[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int { \frac {{\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}^{2} x^{2}}{{\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}} \,d x } \]

input
integrate(x^2*(a+b*arccosh(c*x))^2/(-c^2*d*x^2+d)^(3/2),x, algorithm="fric 
as")
 
output
integral((b^2*x^2*arccosh(c*x)^2 + 2*a*b*x^2*arccosh(c*x) + a^2*x^2)*sqrt( 
-c^2*d*x^2 + d)/(c^4*d^2*x^4 - 2*c^2*d^2*x^2 + d^2), x)
 
3.3.7.6 Sympy [F]

\[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int \frac {x^{2} \left (a + b \operatorname {acosh}{\left (c x \right )}\right )^{2}}{\left (- d \left (c x - 1\right ) \left (c x + 1\right )\right )^{\frac {3}{2}}}\, dx \]

input
integrate(x**2*(a+b*acosh(c*x))**2/(-c**2*d*x**2+d)**(3/2),x)
 
output
Integral(x**2*(a + b*acosh(c*x))**2/(-d*(c*x - 1)*(c*x + 1))**(3/2), x)
 
3.3.7.7 Maxima [F]

\[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int { \frac {{\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}^{2} x^{2}}{{\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}} \,d x } \]

input
integrate(x^2*(a+b*arccosh(c*x))^2/(-c^2*d*x^2+d)^(3/2),x, algorithm="maxi 
ma")
 
output
a^2*(x/(sqrt(-c^2*d*x^2 + d)*c^2*d) - arcsin(c*x)/(c^3*d^(3/2))) + integra 
te(b^2*x^2*log(c*x + sqrt(c*x + 1)*sqrt(c*x - 1))^2/(-c^2*d*x^2 + d)^(3/2) 
 + 2*a*b*x^2*log(c*x + sqrt(c*x + 1)*sqrt(c*x - 1))/(-c^2*d*x^2 + d)^(3/2) 
, x)
 
3.3.7.8 Giac [F]

\[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int { \frac {{\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}^{2} x^{2}}{{\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}} \,d x } \]

input
integrate(x^2*(a+b*arccosh(c*x))^2/(-c^2*d*x^2+d)^(3/2),x, algorithm="giac 
")
 
output
integrate((b*arccosh(c*x) + a)^2*x^2/(-c^2*d*x^2 + d)^(3/2), x)
 
3.3.7.9 Mupad [F(-1)]

Timed out. \[ \int \frac {x^2 (a+b \text {arccosh}(c x))^2}{\left (d-c^2 d x^2\right )^{3/2}} \, dx=\int \frac {x^2\,{\left (a+b\,\mathrm {acosh}\left (c\,x\right )\right )}^2}{{\left (d-c^2\,d\,x^2\right )}^{3/2}} \,d x \]

input
int((x^2*(a + b*acosh(c*x))^2)/(d - c^2*d*x^2)^(3/2),x)
 
output
int((x^2*(a + b*acosh(c*x))^2)/(d - c^2*d*x^2)^(3/2), x)